ShowInnerPoints Property (BoxWhisker<T>)
In This Topic
Gets or sets a value that determines whether to show the inner points for the Box and Whisker chart.
Syntax
'Declaration
Public Property ShowInnerPoints As System.Boolean
'Usage
Dim instance As BoxWhisker(Of T)
Dim value As System.Boolean
instance.ShowInnerPoints = value
value = instance.ShowInnerPoints
public System.bool ShowInnerPoints {get; set;}
public read-write property ShowInnerPoints: System.Boolean;
public function get,set ShowInnerPoints : System.boolean
public: __property System.bool get_ShowInnerPoints();
public: __property void set_ShowInnerPoints(
System.bool value
);
public:
property System.bool ShowInnerPoints {
System.bool get();
void set ( System.bool value);
}
See Also